Skip to content

查询不活跃商户身份核实结果

在代特约商户发起不活跃商户身份核实后,服务商可以通过该接口,查询特定特约商户下单笔核实单的核实结果。 官方文档

js
wxpay
.
v3
.
compliance
.
inactiveMerchantIdentityVerification
.
merchants
.
_sub_mchid_
.
verifications
.
_verification_id_
.
get
({
sub_mchid
,
verification_id
,
}) .
then
(
({
data
: {
sub_mchid
,
verification_id
,
state
,
fail_reason
,
create_time
,
finish_time
,
}, }) => ({
sub_mchid
,
verification_id
,
state
,
fail_reason
,
create_time
,
finish_time
,
}) )

Released under the MIT License. (SITEMAP)